GetMaxFonts Sub Action Gets the maximum number of fonts that can be registered and loaded. Syntax GetMaxFonts ( maxregistered%, maxloaded%) Remarks The GetMaxFonts procedure uses the following arguments. ----------------------------------------------------------------------------- Argument Description ---------------------------------------------------------------------------- maxregistered% An integer that is the maximum number of fonts that can be registered. maxloaded% An integer that is the maximum number of fonts that can be loaded. Argument Description ---------------------------------------------------------------------------- number of fonts that can be loaded. GetMaxFonts returns the current number of fonts that can be registered and loaded as set in the SetMaxFonts routine. The default is 10. See Also GetTotalFonts, SetMaxFonts